The following tables list the members exposed by EffectStopCollection<T>.
| Name | Description | |
|---|---|---|
|  | Count | Returns the number of items in the list. | 
|  | IsReadOnly | Returns whether the list is read only. | 
|  | Item | Returns the item at the specified index. | 
| Name | Description | |
|---|---|---|
|  | Add | Add the specified item to the collection. | 
|  | Clear | Clear the collection and removes all items. | 
|  | Contains | Returns whether the list contains the specified item. | 
|  | CopyTo | Copies the contents of the list to a compatible 1 dimensional array. | 
|  | IndexOf | Returns the index of the specified item. | 
|  | Insert | Inserts the specified item at them specified index. | 
|  | Remove | Removes the first occurrence of a specified object from the list. | 
|  | RemoveAt | Removes the item at the specified index. | 
|  | ReplaceAll | Clears then replaces all the elements in the collection with the elements from the specified collection. | 
|  | ResumeChangeNotifications | Resumes change notifications that were suspended by a call to SuspendChangeNotifications. | 
|  | SuspendChangeNotifications | Suspends all change notifications for the collection until ResumeChangeNotifications is called. | 
| Name | Description | |
|---|---|---|
|  | CollectionChanged | Notifies listeners when a change is made to the colleciton | 
|  | PropertyChanged | Raised when a property has changed. | 
EffectStopCollection<T> Class
Infragistics.Windows.Controls Namespace
OpacityEffectStopCollection Class
OpacityEffectStop Class
SkewAngleXEffectStopCollection Class
SkewAngleXEffectStop Class
SkewAngleYEffectStopCollection Class
SkewAngleYEffectStop Class
ScalingEffectStopCollection Class
ScalingEffectStop Class
ZOrderEffectStopCollection Class
ZOrderEffectStop Class
EffectStopDirection Enumeration